Problem Note 38932: The InitPortalData.sh script fails to execute in SASĀ® 9.2 in UNIX operating environments
In UNIX environments, when you attempt to execute the initPortalData.sh script in order to update the
metadata for the SAS® Information Delivery Portal, the execution fails because of the
following problems:
- The installer does not make the script an executable.
- There are syntax errors in the script for defining the CMD_TO_RUN
variable and the CLASSPATH environment variable.
- Under AIX, the -Dsas.ext.config
parameter and Internet Protocol version 4 (IPv4) are not defined.
To correct the problem, complete the following steps:
- Use the chmod 755 UNIX command to set the initPortalData.sh
script as an executable.
- Click the Downloads tab in this note to download the new initPortalData.sh script.
You must insert your site-specific paths for four paths in this script before you execute it. Also,
verify the multicast port and address for your site.
- For AIX, add the following parameters to the initPortalData.sh
script:
–Dsas.ext.config="/sas_installation_directory>/SASFoundationServices/9.2/sas.java.ext.config" \
–Djava.net.preferIPv4Stack=true \
–Djava.net.preferIPv6Addresses=false \
Note: In the first parameter above, sas_installation_directory must
be replaced with your site-specific path to where SAS is installed.
Operating System and Release Information
SAS System | SAS Information Delivery Portal | 64-bit Enabled AIX | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
64-bit Enabled HP-UX | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
64-bit Enabled Solaris | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
HP-UX IPF | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
Linux | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
Linux for x64 | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
Solaris for x64 | 4.3 | 4.3 | 9.2 TS2M0 | 9.2 TS2M3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2010-10-18 11:29:16 |
Date Created: | 2010-03-04 14:06:00 |